2024-09-12-file-1.sagews

AuthorDaniel Hodgins
Date2024-09-19T01:35:10
Projectda13ca6d-3b9e-438d-9faf-0f0f40582961
Location2024-09-12-file-1.sagews
Original file2024-09-12-file-1.sagews
i=0for n in range (1, 11):         print ('trees on', n , 'vertices')         for T in graphs . trees ( n ):                    T . show ()                    T.plot().save(f"trees/tree{i}.png")                    i+=1
trees on 1 vertices
trees on
2 vertices
trees on
3 vertices
trees on
4 vertices
trees on
5 vertices
trees on
6 vertices
trees on
7 vertices
trees on
8 vertices
trees on
9 vertices
trees on
10 vertices